mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
I was playing around with a dependency generator a couple weeks ago and I found
some #include files that aren't in the tree. No biggie...
This commit is contained in:
parent
883e0e83f2
commit
75cc0cace3
@ -55,8 +55,8 @@
|
|||||||
#include "ext2fs.h"
|
#include "ext2fs.h"
|
||||||
|
|
||||||
#if defined(__CYGWIN__) || defined (WIN32)
|
#if defined(__CYGWIN__) || defined (WIN32)
|
||||||
#include "windows.h"
|
#include <windows.h>
|
||||||
#include "winioctl.h"
|
#include <winioctl.h>
|
||||||
|
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
#define HAVE_GET_FILE_SIZE_EX 1
|
#define HAVE_GET_FILE_SIZE_EX 1
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
#include "cmdedit.h"
|
#include "cmdedit.h"
|
||||||
#else
|
#else
|
||||||
#define bb_applet_name "hush"
|
#define bb_applet_name "hush"
|
||||||
#include "standalone.h"
|
//#include "standalone.h"
|
||||||
#define hush_main main
|
#define hush_main main
|
||||||
#undef CONFIG_FEATURE_SH_FANCY_PROMPT
|
#undef CONFIG_FEATURE_SH_FANCY_PROMPT
|
||||||
#define BB_BANNER ""
|
#define BB_BANNER ""
|
||||||
|
Loading…
Reference in New Issue
Block a user