10 lines
287 B
C++
10 lines
287 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// ClipBook ServerEx.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
const WCHAR g_wszResourceTypeNames[] =
|
|
L"ClipBook Server\0"
|
|
;
|