Rev 154 | Rev 161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 154 | Rev 160 | ||
---|---|---|---|
Line 243... | Line 243... | ||
243 | void SecondsToWideCharString (wchar_t *dest, size_t dest_size_in_wchars, int seconds); |
243 | void SecondsToWideCharString (wchar_t *dest, size_t dest_size_in_wchars, int seconds); |
244 | int MonthStringToNumber (wchar_t *month_string); |
244 | int MonthStringToNumber (wchar_t *month_string); |
245 | bool GetImageSize (const wchar_t *imagefile_pathname, int *width, int *height); |
245 | bool GetImageSize (const wchar_t *imagefile_pathname, int *width, int *height); |
246 | void Debug_Init (const wchar_t *logfile_name); |
246 | void Debug_Init (const wchar_t *logfile_name); |
247 | void Debug_Log (const wchar_t *fmt, ...); |
247 | void Debug_Log (const wchar_t *fmt, ...); |
248 | bool Debug_SendLogToAuthor ( |
248 | bool Debug_SendLogToAuthor (bool should_include_description); |
249 | int RecvWithTimeout (int socket_id, float timeout_in_seconds, char *outbuf, size_t outbuf_size, int flags); |
249 | int RecvWithTimeout (int socket_id, float timeout_in_seconds, char *outbuf, size_t outbuf_size, int flags); |
250 | const wchar_t *GetLastNetworkError (void); |
250 | const wchar_t *GetLastNetworkError (void); |
251 | HICON W32LoadIcon (const wchar_t *fmt, ...); |
251 | HICON W32LoadIcon (const wchar_t *fmt, ...); |
252 | HBITMAP W32LoadImage (const wchar_t *fmt, ...); |
252 | HBITMAP W32LoadImage (const wchar_t *fmt, ...); |
253 | bool IsRegistrationCorrect (const wchar_t *email, const unsigned __int32 code); |
253 | bool IsRegistrationCorrect (const wchar_t *email, const unsigned __int32 code); |