eric pouech (@epo) commented about programs/cmd/lineedit.c:
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#define WIN32_LEAN_AND_MEAN
+#include "wcmd.h" +#include "wine/debug.h"
+WINE_DEFAULT_DEBUG_CHANNEL(cmd);
+typedef struct _SEARCH_CONTEXT +{
- HANDLE hSearch;
in new code, we tend not to use camel case for function names or fields but rather snake case