Skip to content

Instantly share code, notes, and snippets.

View RektInator's full-sized avatar
💻
writing code!

RektInator RektInator

💻
writing code!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rektinator on github.
  • I am r3ktinator (https://keybase.io/r3ktinator) on keybase.
  • I have a public key ASBlNwdze1xWVhfw-B9x30VEpswlcsa4-S4SyIW8vLiIawo

To claim this, I am signing this object:

#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <functional>
typedef enum _HARDERROR_RESPONSE_OPTION {
OptionAbortRetryIgnore,
OptionOk,
OptionOkCancel,
OptionRetryCancel,
OptionYesNo,