aboutsummaryrefslogtreecommitdiffstats
path: root/api/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/entry.h')
-rw-r--r--api/entry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/entry.h b/api/entry.h
index 4f925b1..ac37680 100644
--- a/api/entry.h
+++ b/api/entry.h
@@ -26,8 +26,6 @@
#endif
#pragma warning(disable : 4127) /* conditional expression is constant */
-#define RET_ERROR(Ret, Error) ((Error) == ERROR_SUCCESS ? (Ret) : (SetLastError(Error), 0))
-
extern HINSTANCE ResourceModule;
extern HANDLE ModuleHeap;
extern SECURITY_ATTRIBUTES SecurityAttributes;