Sha256: 4f18268fdfb8a275831cccfe41c5d51b98221a3873728dda3e6f379ab218841b
Contents?: true
Size: 301 Bytes
Versions: 136
Compression:
Stored size: 301 Bytes
Contents
#include <windows.h> #include <stdio.h> #include "wince.h" extern int main(int, char**); int WINAPI WinMain(HINSTANCE current, HINSTANCE prev, LPWSTR wcmd, int showcmd) { /* wchar_t -> char */ wce_SetCommandLine(wcmd); wce_SetCurrentDir(); /* main. */ return main(0, NULL); }
Version data entries
136 entries across 136 versions & 2 rubygems