mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-18 17:29:17 +01:00
9b8f289ca3
*Created a function to get SVN_REV to avoid long compiling times when small changes are done in the source.
15 lines
125 B
C
15 lines
125 B
C
#ifndef GETREV_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
char *GetRev();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|