mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
|
---------------------------------------------------------------------------------
|
||
|
|
||
|
1. If you get the following error with sqlite:
|
||
|
|
||
|
warning C4013: 'TryEnterCriticalSection' undefined; assuming extern returning int
|
||
|
|
||
|
then: #define _WIN32_WINNT 0x0400 at the top of os.h
|
||
|
|
||
|
---------------------------------------------------------------------------------
|
||
|
|