summaryrefslogtreecommitdiffstats
path: root/src/common/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/profile.h')
-rw-r--r--src/common/profile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/profile.h b/src/common/profile.h
index 3a2d870..a7f04a6 100644
--- a/src/common/profile.h
+++ b/src/common/profile.h
@@ -19,10 +19,6 @@
#pragma once
-#define STRICT
-#define D3D_OVERLOADS
-
-
extern bool InitCurrentDirectory();
extern bool SetProfileString(char* section, char* key, char* string);
extern bool GetProfileString(char* section, char* key, char* buffer, int max);