diff options
Diffstat (limited to 'plugins/SplashScreen/src')
| -rw-r--r-- | plugins/SplashScreen/src/headers.h | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/SplashScreen/src/headers.h b/plugins/SplashScreen/src/headers.h index f5f27d970a..d94b597fd5 100644 --- a/plugins/SplashScreen/src/headers.h +++ b/plugins/SplashScreen/src/headers.h @@ -68,11 +68,7 @@  #define MODNAME "SplashScreen"
  #define WM_LOADED (WM_USER + 10)
 -#ifdef _UNICODE
 -	#define tmemcpy wmemcpy
 -#else
 -	#define tmemcpy memcpy
 -#endif
 +#define tmemcpy wmemcpy
  struct SPLASHOPTS
  {
  | 
