ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/NSISPlugins/ShellExecute/ShellExecute.cpp
Revision: 1161
Committed: 2009-05-13T19:54:03-07:00 (16 years, 1 month ago) by douglas
File size: 277 byte(s)
Log Message:
Initial project stuffs.

File Contents

# User Rev Content
1 douglas 1161 // NSIS Shell Execute Plugin
2     //
3     // Douglas Thrift
4     //
5     // $Id$
6    
7     #include <Windows.h>
8     #include <pluginapi.h>
9    
10     extern "C" void __declspec(dllexport) Ex(HWND parent, int string_size, char *variables, stack_t **stacktop)
11     {
12     EXDLL_INIT();
13    
14     // TODO: figure this out?
15     }

Properties

Name Value
svn:keywords Id