diff options
author | Javier <dev.git@javispedro.com> | 2022-04-11 04:36:49 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-11 04:36:49 +0200 |
commit | 19231982b2f374aed286f4697aebd3fb9fda05d8 (patch) | |
tree | 1922eaf34af3d904ce0f75c0e812e8da8e0d38d4 /mousetsr.h | |
parent | 970f90228a6978712c28529437721caffec76202 (diff) | |
download | vbados-19231982b2f374aed286f4697aebd3fb9fda05d8.tar.gz vbados-19231982b2f374aed286f4697aebd3fb9fda05d8.zip |
add new virtualbox shared folders client
Diffstat (limited to 'mousetsr.h')
-rw-r--r-- | mousetsr.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef DOSTSR_H -#define DOSTSR_H +#ifndef MOUSETSR_H +#define MOUSETSR_H #include <stdbool.h> #include <stdint.h> @@ -214,4 +214,4 @@ static inline unsigned get_resident_size(void) return FP_OFF(&resident_end); } -#endif +#endif /* MOUSETSR_H */ |