Skip to content

Commit

Permalink
fix several bug, and make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneCafe committed Oct 30, 2024
1 parent 37dd4ca commit 403a9aa
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
Binary file modified bin/FixedVHDWriter.exe
Binary file not shown.
Binary file modified bin/fvw.exe
Binary file not shown.
Binary file added win32/Release/FixedVHDWriter.exe
Binary file not shown.
Binary file added win32/Release/FixedVHDWriter.iobj
Binary file not shown.
Binary file added win32/Release/FixedVHDWriter.ipdb
Binary file not shown.
Binary file added win32/Release/FixedVHDWriter.pdb
Binary file not shown.
1 change: 1 addition & 0 deletions writer.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define _CRT_NONSTDC_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#include "stdlib.h"
#include "string.h"
Expand Down
2 changes: 1 addition & 1 deletion writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ enum option_flag {
extern "C" {
#endif

int init_writer_object(struct writer_object * wo_p, const char * name);
int init_writer_object(struct writer_object * wo_p, const char * name);
void release_writer_object(struct writer_object * wo_p);
int vaild_vhd(struct writer_object * wo_p);
int fixed_vhd(struct writer_object * wo_p);
Expand Down
Binary file added writer.obj
Binary file not shown.

0 comments on commit 403a9aa

Please sign in to comment.