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