From a8665d204255b4b0ad9ae6982f77ecd5e053c1b6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 11 Jun 2012 17:28:27 +0200 Subject: Changed #defined constants to consts; typedef struct -> struct --- src/common/profile.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/common/profile.h') 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); -- cgit v1.2.3-1-g7c22