Code cleanup (#251)
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / tac_common.h
index 990164e..ae0a221 100644 (file)
 
 #include <functional>
 
-#ifndef DWORD
-#define DWORD uint32_t
-#endif
-
 typedef enum {
        TAC_ERROR_NONE = 0,
        TAC_ERROR_INVALID_PARAMETER = -1,