소스 검색

win32: don't for _WIN32_WINNT to Win2K

If the system allows newer API's we should downversion it.
pull/75/head
Steve Lhomme 1 년 전
부모
커밋
93b558f26b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      caca/driver/win32.c

+ 2
- 0
caca/driver/win32.c 파일 보기

@@ -19,7 +19,9 @@

#if defined(USE_WIN32)

#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x500 /* _WIN32_WINNT_WIN2K */
#define _WIN32_WINNT 0x500 /* Require WinXP or later */
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>



불러오는 중...
취소
저장