summaryrefslogtreecommitdiff
path: root/plugins/Variables/src/enumprocs.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Variables/src/enumprocs.h')
-rw-r--r--plugins/Variables/src/enumprocs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Variables/src/enumprocs.h b/plugins/Variables/src/enumprocs.h
index 118c40b67c..78374a02a6 100644
--- a/plugins/Variables/src/enumprocs.h
+++ b/plugins/Variables/src/enumprocs.h
@@ -16,6 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
/*** Process names are ANSI only ***/
typedef BOOL (CALLBACK *PROCENUMPROC)(DWORD, WORD, char *, LPARAM);
BOOL WINAPI EnumProcs(PROCENUMPROC lpProc, LPARAM lParam);