18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
|
// WARNING
|
||
|
// non-localizable resources only
|
||
|
// localizable resources should go in loadwclc.rc
|
||
|
|
||
|
#include <winuser.h>
|
||
|
#include <commctrl.h>
|
||
|
#include <shlobj.h>
|
||
|
#include "resource.h"
|
||
|
|
||
|
#include <stubres.h>
|
||
|
#include <inststub.rc>
|
||
|
|
||
|
#ifndef MLUI_SUPPORT
|
||
|
#include "loadwclc.rc"
|
||
|
#else
|
||
|
#include "loadwc.rcv"
|
||
|
#endif
|