12 lines
217 B
C
12 lines
217 B
C
|
#include <stdio.h>
|
||
|
#include <fstream.h>
|
||
|
#include <windows.h>
|
||
|
#include <winver.h>
|
||
|
#include <tchar.h>
|
||
|
#include <ole2.h>
|
||
|
#include <shlobj.h>
|
||
|
|
||
|
#define UNICODE
|
||
|
#define _UNICODE
|
||
|
|
||
|
void MyLoadString(int nID, char *szResult);
|