You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
394 B
12 lines
394 B
// WebChange.cpp : Implementation of DLL Exports.
|
|
|
|
#include "stdafx.h"
|
|
#include "resource.h"
|
|
|
|
// The module attribute causes DllMain, DllRegisterServer and DllUnregisterServer to be automatically implemented for you
|
|
[
|
|
module(dll, uuid = "{F15FC472-AD30-4426-B8A5-085E5AC7C0FE}",
|
|
name = "WebChange",
|
|
helpstring = "WebChange 1.0 Type Library",
|
|
resource_name = "IDR_WEBCHANGE")
|
|
];
|