Remove old defer symbol

This commit is contained in:
Doyle T 2018-07-05 01:05:43 +10:00
parent 602cc32744
commit 8b2df0d098

View File

@ -15,7 +15,6 @@ void DqnOS_Test()
// } // }
#if defined(DQN__IS_WIN32) #if defined(DQN__IS_WIN32)
// CreateProcessW(); // CreateProcessW();
defer(printf("hello world\n"));
WSAData wsaData; WSAData wsaData;
int result = WSAStartup(MAKEWORD(2, 2), &wsaData); int result = WSAStartup(MAKEWORD(2, 2), &wsaData);