Also register .stm extension in Windows

This commit is contained in:
jacksonmj
2011-04-06 15:21:42 +01:00
committed by Simon
parent 29e41a0a0c
commit 4aeac8b316
3 changed files with 14 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
#ifndef UPDATE_H
#define UPDATE_H
static char *exe_name(void);
char *exe_name(void);
int update_start(char *data, int len);
int update_finish(void);
void update_cleanup(void);